Search
Utilities.createPolygon Method
See Also
 






Creates a polygon from the specified array of Point2D objects.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public static GeneralPath createPolygon (
    Point2D[] points
)

 Parameters

points

A list with Point2D instances.

 Return Value

A GeneralPath instance that represents the polygon.

 See Also